const crypto/tls.recordTypeApplicationData
8 uses
crypto/tls (current package)
common.go#L81: recordTypeApplicationData recordType = 23
conn.go#L409: if typ != recordTypeApplicationData {
conn.go#L523: record[0] = byte(recordTypeApplicationData)
conn.go#L695: if c.in.cipher == nil && typ == recordTypeApplicationData {
conn.go#L768: case recordTypeApplicationData:
conn.go#L902: if c.config.DynamicRecordSizingDisabled || typ != recordTypeApplicationData {
conn.go#L1246: n, err := c.writeRecordLocked(recordTypeApplicationData, b[:1])
conn.go#L1254: n, err := c.writeRecordLocked(recordTypeApplicationData, b)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |